Feature: Crear un post taggeado y que este sea visible para el usuario, eliminar el tag y que no sea posible filtrar por este

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 42.978s

Scenario: Como autor creo un post con tag, luego elimino el tag

Before 0m 6.265s
Given I navigate to page "<HOST>" "ghost/#/signin" 0m 1.528s
And I login with credentials "<USERNAME>" "<PASSWORD>" 0m 0.774s
And I send a signal to user 2 containing "logged" 0m 0.897s
And I wait for 2 seconds 0m 2.340s
When I go to tag list 0m 0.495s
And I go to new tag form 0m 0.505s
And I send a signal to user 2 containing "creating tag" 0m 0.283s
And I wait for 2 seconds 0m 2.337s
And I create a tag with name "$name_2" 0m 0.371s
And I save the tag 0m 0.400s
And I send a signal to user 2 containing "tag created" 0m 0.261s
And I wait for 2 seconds 0m 2.349s
And I go to new post form 0m 0.478s
And I send a signal to user 2 containing "creating post" 0m 0.234s
And I wait for 2 seconds 0m 2.271s
And I create a post with title "$name_3" and content "$string_2" 0m 0.605s
And I choose the tag "$$name_2" 0m 0.879s
And I send a signal to user 2 containing "posting" 0m 0.268s
And I wait for 2 seconds 0m 2.325s
And I post the post 0m 0.743s
And I return to posts list 0m 0.779s
And I send a signal to user 2 containing "post created" 0m 0.305s
And I wait for a signal containing "checked" for 30 seconds 0m 2.361s
And I wait for 1 seconds 0m 1.310s
And I navigate to page "<HOST>" "ghost/#/tags" 0m 0.391s
And I select the listed tag with name "$$name_2" 0m 0.548s
And I send a signal to user 2 containing "deleting tag" 0m 0.344s
And I wait for 2 seconds 0m 2.289s
And I delete the tag 0m 0.755s
Then I send a signal to user 2 containing "deleted tag" 0m 0.273s
After 0m 7.015s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "<HOST>" "ghost/#/signin"
And I login with credentials "<USERNAME>" "<PASSWORD>"
And I send a signal to user 2 containing "logged"
And I wait for 2 seconds
When I go to tag list
And I go to new tag form
And I send a signal to user 2 containing "creating tag"
And I wait for 2 seconds
And I create a tag with name "$name_2"
And I save the tag
And I send a signal to user 2 containing "tag created"
And I wait for 2 seconds
And I go to new post form
And I send a signal to user 2 containing "creating post"
And I wait for 2 seconds
And I create a post with title "$name_3" and content "$string_2"
And I choose the tag "$$name_2"
And I send a signal to user 2 containing "posting"
And I wait for 2 seconds
And I post the post
And I return to posts list
And I send a signal to user 2 containing "post created"
And I wait for a signal containing "checked" for 30 seconds
And I wait for 1 seconds
And I navigate to page "<HOST>" "ghost/#/tags"
And I select the listed tag with name "$$name_2"
And I send a signal to user 2 containing "deleting tag"
And I wait for 2 seconds
And I delete the tag
Then I send a signal to user 2 containing "deleted tag"
After
NO IMAGE AVAILABLE